Remove some NS_IMPL_GNUSTEP build dead code.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 May 2010 03:42:07 +0000 (20:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 May 2010 03:42:07 +0000 (20:42 -0700)
commit1419885c4f2c08e0d1cbd242962cd87809c36e17
treef5eaa52bf239ef0318ad18e8e55ea0b145d6b42e
parent8f9fe091ed0ea604091785f763ab32617ee6600c
Remove some NS_IMPL_GNUSTEP build dead code.

* configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
(GNUSTEP_MAKEFILES): Remove.
(LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
stuff to here.

* src/Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
Remove.
(TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.

* msdos/sed1v2.inp (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
No longer present.

Comments:
See http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00846.html.
Nothing from gui.make was used at all in src/Makefile.in.  The only
thing used from base.make was $CONFIG_SYSTEM_LIBS, but because we only
set shared _after_ sourcing base.make, it was always empty.  We can
move the remaining flags, set in configure, to the standard variable
LD_SWITCH_SYSTEM_TEMACS.
ChangeLog
configure.in
msdos/ChangeLog
msdos/sed1v2.inp
src/ChangeLog
src/Makefile.in